home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7489 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: news.uit.no!news
  2. From: magneoe@stud.cs.uit.no (Magne Oestlyngen)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Help with SAS functions...
  5. Date: 17 Apr 96 13:17:33 +0100
  6. Organization: University of Tromsoe, Norway
  7. Message-ID: <773.6681T797T1696@stud.cs.uit.no>
  8. References: <9604132054.AA0023x@dookie.demon.co.uk> <DpwLMv.Iy4@unx.sas.com> <9604152100.AA0024q@dookie.demon.co.uk>
  9. NNTP-Posting-Host: uit-or4.uit.no
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  11.  
  12. >Doug Walker (walker@chang.unx.sas.com) wrote:
  13. >: >I'm trying to convert some SAS source to compile under GNU. The problem is,
  14. >: >there are two 'SAS-isms' that I can't decypher:
  15. >: >What is PID2?
  16. >: >What does drand48() do?
  17. >: drand48() is a UNIX compatibility function and should be available with
  18. >: the GCC libraries.
  19. >: I've never heard of PID2.  Are you sure it's a SAS/C function?
  20. >Not a function, sorry, presumably it's a constant. I searched all the
  21. >source but could find no other reference to it.
  22.  
  23. In include:math.h:
  24.  
  25. #define PID2    1.57079632679489661923       /*  PI/2  */
  26.  
  27. ----
  28. ______________________________________________________________
  29. Magne Oestlyngen <magneoe@stud.cs.uit.no>, IRC #amiga: Magneoe
  30. THOR homepage: http://www.cs.uit.no/~kjelli/thor.html
  31.  
  32.